home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / cron.monthly / sreadahead < prev    next >
Text File  |  2009-10-10  |  146b  |  8 lines

  1. #!/bin/sh
  2. #
  3. # sreadahead's data needs periodic regeneration, this is as easy as
  4. # removing the old data
  5. #
  6.  
  7. rm -f /var/lib/sreadahead/pack || true
  8.